Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--help should use tabs, not print \t #10

Open
technogeeky opened this issue Aug 11, 2014 · 0 comments
Open

--help should use tabs, not print \t #10

technogeeky opened this issue Aug 11, 2014 · 0 comments

Comments

@technogeeky
Copy link
Owner

The output from calling ./MapSatAltitude.sh --help is:

Usage: ./MapSatAltitude <flags>; where flags are:
\tShort Form    \tLong Form             \tFlag Description
\t--------------------------------------------------------------------------------------------------
\t-p <...>  \t--planet <...>        \tspecify planet
\t-s <...>  \t--scanner <...>       \tspecify scanner
\t-r <...>  \t--resolution <...>    \tspecify resolution
\t-smin <...>   \t--sidelap-min <...>   \tspecify minimum sidelap
\t-smax <...>   \t--sidelap-max <...>   \tspecify maximum sidelap
\t---------------------------------------------------------------------------------------------------
\t-pl           \t--plots               \tgenerate all plots)
\t-pp       \t--printplots          \tprint all plots to a suitably-named file
\t---------------------------------------------------------------------------------------------------
\t-os <...> \t--output-style <...>  \tchange formatting for output (disabled)
\t-to       \t--tables-only         \tonly output the table (not the inputs)
\t-q        \t--quiet               \tquiet mode: implies:
\t          \t                      \t-smin 1.00
\t          \t                      \t-smax 1.25
\t          \t                      \t-to     
\t---------------------------------------------------------------------------------------------------

Something in the process of MatLab compatibility adding has caused the tabs to turn into \t.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant