comparison sbin/fzfs @ 408:bb0a0384b5da

FIX: Program name in fzfs's version string
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 27 Feb 2023 12:38:12 +0100
parents 84d2735fe7f6
children a571a30bcf8a
comparison
equal deleted inserted replaced
407:9b13ffe4c081 408:bb0a0384b5da
374 # Global option handling 374 # Global option handling
375 # 375 #
376 while getopts "Vh" _opt ; do 376 while getopts "Vh" _opt ; do
377 case ${_opt} in 377 case ${_opt} in
378 V) 378 V)
379 printf 'ftjail %s\n' '@@SIMPLEVERSIONSTR@@' 379 printf 'fzfs %s\n' '@@SIMPLEVERSIONSTR@@'
380 exit 0 380 exit 0
381 ;; 381 ;;
382 h) 382 h)
383 echo "${USAGE}" 383 echo "${USAGE}"
384 exit 0 384 exit 0