diff options
author | Thomas White <taw@physics.org> | 2012-10-04 16:05:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-04 16:05:37 +0200 |
commit | d7c44ca4d5dca6e3e24e255c0d4d4e7d651db19f (patch) | |
tree | 62c9495913e5926ae3948a68755abc6f4d7f0ffe | |
parent | bcdde0659b579959e9378b5d5a158b8ffdf56037 (diff) |
scripts/gen-sfs-ano: Fix typo in help
-rwxr-xr-x | scripts/gen-sfs-ano | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-sfs-ano b/scripts/gen-sfs-ano index a23dab86..b8406641 100755 --- a/scripts/gen-sfs-ano +++ b/scripts/gen-sfs-ano @@ -9,7 +9,7 @@ RESOLUTION=$5 function show_help() { echo -n "Syntax: $0 <PDB file> <space group> <point group>" - echo "<wavelength in Angstroms> [<resolution>]" + echo " <wavelength in Angstroms> [<resolution>]" echo echo "The space group and point group must be consistent, it's just" echo "that I don't know how to convert the space group to a point" |