Skip to content
Snippets Groups Projects
Verified Commit beaf3beb authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds plain, non-optional argument to cli syntax

parent b96643ed
Branches
No related tags found
No related merge requests found
......@@ -281,7 +281,10 @@
# sub-command
git status
# optional
# argument
git diff README.md
# optional argument
git diff [--staged]
```
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment