diff options
author | Richard Jones <rjones@redhat.com> | 2010-06-01 16:27:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-06-02 13:38:00 +0100 |
commit | f2b7a8e15c49ebc70c7ea56aefb340362aae5a99 (patch) | |
tree | 48f68fcd73ac06175b6fff61ffbb9084e99979ff /test-tool | |
parent | 9733d4746988b3a072d8bb1daac4b9795b8f4134 (diff) | |
download | libguestfs-f2b7a8e15c49ebc70c7ea56aefb340362aae5a99.tar.gz libguestfs-f2b7a8e15c49ebc70c7ea56aefb340362aae5a99.tar.xz libguestfs-f2b7a8e15c49ebc70c7ea56aefb340362aae5a99.zip |
fish: help command return error for non-existent commands (RHBZ#597145).
With this change, the exit status indicates error for non-existent
commands.
$ guestfish -h foo
foo: command not known, use -h to list all commands
$ echo $?
1
$ guestfish help foo
foo: command not known, use -h to list all commands
$ echo $?
1
Diffstat (limited to 'test-tool')
0 files changed, 0 insertions, 0 deletions