diff options
-rw-r--r-- | scripts/pinentry-rofi.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/pinentry-rofi.in b/scripts/pinentry-rofi.in index a241ef6..9813a3d 100644 --- a/scripts/pinentry-rofi.in +++ b/scripts/pinentry-rofi.in @@ -50,13 +50,14 @@ Options: -v, --version Display version. -h, --help Display this help. Author: -@AUTHOR@ +~a " (car (command-line)) - default-display) + default-display + @AUTHOR@) (exit #t)) (when (option-ref options 'version #f) - (format #t "@HVERSION@\n") + (format #t "~a~%" @HVERSION@) (exit #t)) (format #t "OK Please go ahead\n") (force-output) |