diff options
Diffstat (limited to 'chinese/gbfs/files/gbfs.sh')
-rw-r--r-- | chinese/gbfs/files/gbfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/gbfs/files/gbfs.sh b/chinese/gbfs/files/gbfs.sh index 10846dab4f37..2eff687f8fef 100644 --- a/chinese/gbfs/files/gbfs.sh +++ b/chinese/gbfs/files/gbfs.sh @@ -32,7 +32,7 @@ stop) kldunload -v -n ntfs && echo -n ' GB-ntfs' ;; *) - echo "Usage: gbfs.sh {start|stop}" >&2 + echo "Usage: $0 {start|stop}" >&2 exit 1 ;; esac |