Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyrasite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pyrasite
Commits
07643887
Commit
07643887
authored
Feb 13, 2012
by
Luke Macken
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5 from ralphbean/develop
The filename argument to the pyrasite cli is mandatory.
parents
a3addf10
da274f37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyrasite/main.py
pyrasite/main.py
+1
-1
No files found.
pyrasite/main.py
View file @
07643887
...
@@ -27,7 +27,7 @@ def main():
...
@@ -27,7 +27,7 @@ def main():
epilog
=
"For updates, visit https://github.com/lmacken/pyrasite"
epilog
=
"For updates, visit https://github.com/lmacken/pyrasite"
)
)
parser
.
add_argument
(
'pid'
,
help
=
"The ID of the process to inject code into"
)
parser
.
add_argument
(
'pid'
,
help
=
"The ID of the process to inject code into"
)
parser
.
add_argument
(
'filename'
,
default
=
None
,
nargs
=
'?'
,
parser
.
add_argument
(
'filename'
,
help
=
"The second argument must be a filename"
)
help
=
"The second argument must be a filename"
)
parser
.
add_argument
(
'--gdb-prefix'
,
dest
=
'gdb_prefix'
,
parser
.
add_argument
(
'--gdb-prefix'
,
dest
=
'gdb_prefix'
,
help
=
'GDB prefix (if specified during installation)'
,
help
=
'GDB prefix (if specified during installation)'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment