Add missing usage info

In commit b34ce3a reload support was added to kdumpctl but the usage
info is not updated. Now add reload to usage output to let user aware
of the new command.

Signed-off-by: Kairui Song <kasong@redhat.com>
This commit is contained in:
Kairui Song 2018-11-09 11:09:27 +08:00
parent 435cc06cee
commit 32fc6070a6
1 changed files with 1 additions and 1 deletions

View File

@ -1141,7 +1141,7 @@ main ()
show_reserved_mem
;;
*)
echo $"Usage: $0 {start|stop|status|restart|propagate|showmem}"
echo $"Usage: $0 {start|stop|status|restart|reload|propagate|showmem}"
exit 1
esac
}