summaryrefslogtreecommitdiffstats
path: root/src/netcfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/netcfg')
-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