diff options
Diffstat (limited to 'src/mrun')
-rwxr-xr-x | src/mrun | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/env bash +# Run a ceph command against the given mstart.sh cluster. + [ $# -lt 2 ] && echo "usage: $0 <name> <command> [params...]" && exit 1 root=`dirname $0` |