Update gobigps

This commit is contained in:
Daniele Viganò 2015-07-23 16:40:43 +02:00
parent af1f240ad8
commit 76bb4776ef
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2014, Daniele Viganò (daniele@vigano.me)
# Copyright (c) 2015, Daniele Viganò (daniele@vigano.me)
#
# gobigps is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published
@ -44,6 +44,6 @@ case "$1" in
startstop $1
;;
*)
echo $"Usage: $0 [start|stop]"
echo $"Usage: $0 <start|stop>"
exit 1 ;;
esac