summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-11-14 01:29:11 +0100
committerJames Rayner <james@archlinux.org>2009-11-14 01:29:11 +0100
commitaf082228395c4c30bc4ae1159cfc6786502bcb3f (patch)
tree05d0684e90c901307e33beffbb69e8c7ca0bee76 /src
parentecd51d8dc54e1a5c81f2c7d229b60ad089fa9de0 (diff)
downloadnetctl-af082228395c4c30bc4ae1159cfc6786502bcb3f.tar.gz
netctl-af082228395c4c30bc4ae1159cfc6786502bcb3f.tar.xz
finish net-auto-wired, tested and added to Makefile
Diffstat (limited to 'src')
-rw-r--r--src/netcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcfg b/src/netcfg
index b9011af..51682cd 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -44,7 +44,7 @@ case "$1" in
echo "------------------"
list_profiles
exit 0;;
- current)
+ current|-s|status)
if [[ -d "$STATE_DIR/profiles/" ]]; then
ls "$STATE_DIR/profiles/"
exit 0