diff options
author | James Rayner <james@archlinux.org> | 2009-05-12 15:24:47 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-05-12 15:24:47 +0200 |
commit | 92d6bde2e758466c5e524f84e424b7a98c749863 (patch) | |
tree | 3c3a4eaec5433d3ffe938d7dc308fc0c23959578 | |
parent | 3d73d23fbe6ea1ca6e72bb616d590c40f672d5f1 (diff) | |
download | netctl-92d6bde2e758466c5e524f84e424b7a98c749863.tar.gz netctl-92d6bde2e758466c5e524f84e424b7a98c749863.tar.xz |
cosmetic fix to help message output
-rw-r--r-- | src/netcfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ usage() echo "-d, down Take specified profile down" echo "-h, help This help message" echo "-i, iface-down Take down profile active on specified interface" - echo "-r, reconnect Disconnect and reconnect specified profile" + echo "-r, reconnect Disconnect and reconnect specified profile" echo "-u, up Start specified profile" echo "-v, version Output version information and exit" echo " all-resume Resume previously suspended profiles and reconnect them" |