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

Improve parsing of program arguments #27

Closed
tgrez opened this issue Jun 15, 2019 · 0 comments · Fixed by #57
Closed

Improve parsing of program arguments #27

tgrez opened this issue Jun 15, 2019 · 0 comments · Fixed by #57

Comments

@tgrez
Copy link
Contributor

tgrez commented Jun 15, 2019

When I try to run hatrace for ln -s file1 file2, then I get:

$ hatrace ln -s file1 file2
Invalid option `-s'

Usage: hatrace PROGRAM [PROGRAM_ARG] [--find-nonatomic-writes]
  scriptable strace - trace system calls, signals and more

There is a workaround for this:

hatrace -- ln -s file1 file2

But it would be better to, at least, make it clear in the docs.

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

Successfully merging a pull request may close this issue.

1 participant