mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
parent
37bbd20cee
commit
8f253a745e
28 changed files with 89 additions and 15 deletions
|
@ -5,7 +5,7 @@ basename - strip directory names from path
|
|||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ basename <path>
|
||||
$ basename <path> [suffix]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -15,6 +15,7 @@ $ basename <path>
|
|||
## Arguments
|
||||
|
||||
* `path`: The path which we want to get basename of
|
||||
* `suffix`: Suffix to strip from name
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue