commit 6e190e8ae34457c3b8a7d9be89b09b26f133ca35 from: Alex Arx via: Alex Arch date: Sun Mar 16 08:11:35 2025 UTC print a more helpful usage message commit - a7b5f7846d31420e3eb045a0f831158f1f876f45 commit + 6e190e8ae34457c3b8a7d9be89b09b26f133ca35 blob - 03e981b7a8c14cb5a2aaade702cf4149285d28f3 blob + 3885a8193c890b047e0044d124a738db290d25cf --- secstore +++ secstore @@ -30,7 +30,9 @@ our $opt_d; # usage: print usage information to stderr and exit with error. sub usage { - die "usage: secstore [-d dir] command [arg ...]\n"; + die +"usage: secstore [-d dir] command [arg ...]\n" . +"commands: add, copy, list, move, print, remove\n"; } # shellquote: return string suitable for using as an argument for sh