mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
Merge pull request #11049 from opensourcerouting/fix/usage_for_frrinit.sh
tools: Print usage for frrinit.sh when running without arguments
This commit is contained in:
commit
95ffdb6475
@ -127,6 +127,8 @@ reload)
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
log_failure_msg "Unknown command: $1" >&2
|
echo "Usage:"
|
||||||
|
echo " ${0} (start|stop|restart|force-reload|reload|status)"
|
||||||
exit 1
|
exit 1
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user