diff options
| -rwxr-xr-x | chromium-profile | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium-profile b/chromium-profile index 8a634d9..b2a4226 100755 --- a/chromium-profile +++ b/chromium-profile @@ -20,8 +20,7 @@ if [ -z "$1" ]; then    echo "usage: $BASENAME <profile>"    if [ ! -z "$PROFILES" ]; then -    echo "available profiles:" -    echo "\t $(ls $BASE | xargs)" +    echo "available profiles: $PROFILES"    fi    exit 1  | 
