We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f02eda7 + 1aea72c commit 8a8007cCopy full SHA for 8a8007c
2 files changed
htdecodetoken
@@ -6,7 +6,7 @@
6
7
usage()
8
{
9
- echo 'Usage: htdecodetoken [-a] [-H] [file]'
+ echo 'Usage: htdecodetoken [-a] [-H] [-s|-f] [file]'
10
echo
11
echo 'Decodes a JSON Web Token'
12
echo ' -a: show algorithm portion of JWT'
htgettoken.spec
@@ -74,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT
74
75
76
%changelog
77
+# - Add the new -s and -f options to the htdecodetoken usage.
78
+
79
* Fri Jun 20 2025 Dave Dykstra <dwd@fnal.gov> 2.3-1
80
- Add "-s" and "-f" options to htdecodetoken and default it to "-s" when
81
stdout is not a TTY.
0 commit comments