From: Michael Prokop Date: Mon, 15 Oct 2007 23:06:38 +0000 (+0200) Subject: Fix usage information of grml-addtun X-Git-Tag: 0.1.13~5 X-Git-Url: http://git.grml.org/?p=grml-network.git;a=commitdiff_plain;h=a8f33c51aae795c1f2f674fc56c657a30a2e9f85 Fix usage information of grml-addtun --- diff --git a/sbin/grml-addtun b/sbin/grml-addtun index 18be9a7..c46fa55 100755 --- a/sbin/grml-addtun +++ b/sbin/grml-addtun @@ -25,13 +25,13 @@ Usage: "$PN_" [OPTIONS] ... $PN_ creates persistent tun/tap devices with bridge handling OPTIONS: - -d delete the given tun devices and remove them from the bridge if given - -u this user should be able to use the tun device - -g this group should be able to use the tun device - -b if given, all tun/tap devices are added/removed from the bridge - -a enable auto mode, eg. create the bridge if not already existing and - delete it when empty after removing given tun devices - -h this help + -d delete the given tun devices and remove them from the bridge if given + -u this user should be able to use the tun device + -g this group should be able to use the tun device + -b if given, all tun/tap devices are added/removed from the bridge + -a enable auto mode, eg. create the bridge if not already existing and + delete it when empty after removing given tun devices + -h this help EOT }