diff options
author | James Walker <walkah@walkah.net> | 2010-09-09 13:14:52 -0400 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-09-09 13:14:52 -0400 |
commit | dfca3ff70977af25327fe228703834a8fca7dff0 (patch) | |
tree | 70b8b43effcd445341684f762028e25c20a14259 /scripts | |
parent | d470c007fc18c9112804155e495ff295cd60ef88 (diff) |
fix typo in the comment (for better copy & pasting)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/setup_status_network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_status_network.sh b/scripts/setup_status_network.sh index 3dd739030..e801efaa2 100755 --- a/scripts/setup_status_network.sh +++ b/scripts/setup_status_network.sh @@ -6,7 +6,7 @@ set -e source /etc/statusnet/setup.cfg -# setup_status_net.sh mysite 'My Site' '1user' 'owner@example.com' 'Firsty McLastname' +# setup_status_network.sh mysite 'My Site' '1user' 'owner@example.com' 'Firsty McLastname' export nickname="$1" export sitename="$2" |