Skip to content

Commit 8a8007c

Browse files
authored
Merge pull request #134 from DrDaveD/htdecodeusage
Add [-s|-f] to htdecodetoken usage
2 parents f02eda7 + 1aea72c commit 8a8007c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

htdecodetoken

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
usage()
88
{
9-
echo 'Usage: htdecodetoken [-a] [-H] [file]'
9+
echo 'Usage: htdecodetoken [-a] [-H] [-s|-f] [file]'
1010
echo
1111
echo 'Decodes a JSON Web Token'
1212
echo ' -a: show algorithm portion of JWT'

htgettoken.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT
7474

7575

7676
%changelog
77+
# - Add the new -s and -f options to the htdecodetoken usage.
78+
7779
* Fri Jun 20 2025 Dave Dykstra <dwd@fnal.gov> 2.3-1
7880
- Add "-s" and "-f" options to htdecodetoken and default it to "-s" when
7981
stdout is not a TTY.

0 commit comments

Comments
 (0)