Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Fix typo 🙂
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jun 9, 2022
1 parent 7b32220 commit 4226e89
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@


## Options table
| Option | Value | Description |
|----------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------|
| `--help` | n/a | Show help message |
| `-v` or `--version` | n/a | Show version |
| `-a` or `--all` | n/a | Show all files including hidden files |
| `-l` or `--long` | n/a | Show long format |
| `-G` or `--group` | n/a | Show group name in long format |
| `-h` or `--human-readable` | n/a | Show human readable size |
| `-s` or `--size` | n/a | Show file size in normal format |
| `-S` | n/a | Sort by size (largest first) |
| `-R` or `--revcursive` | n/a | Show files in sub-directories recursively (not implemented yet) |
| `-nc` or `--no-icons` | n/a | Don't show icons |
| `-ic` or `--icons-color` | Icon color in hex format or Auto for auto color (not implemented yet) | Use custom icons color |
| `-tc` or `--text-color` | Text color in hex format or Auto for auto color (not implemented yet) | Use custom text color |
| `--no-owner` | n/a | Don't show owner name in long format |
| --no-colors | n/a | Don't use colors |
| `-nd` or `--no-date` | n/a | Don't show last modified date |
| `-nn` or `--no-name` | n/a | Don't show file name |
| `-L` | n/a | Sort by last modified date (latest first) |
| Option | Value | Description |
|----------------------------|-------------------------------------------------|-----------------------------------------------------------------|
| `--help` | n/a | Show help message |
| `-v` or `--version` | n/a | Show version |
| `-a` or `--all` | n/a | Show all files including hidden files |
| `-l` or `--long` | n/a | Show long format |
| `-G` or `--group` | n/a | Show group name in long format |
| `-h` or `--human-readable` | n/a | Show human readable size |
| `-s` or `--size` | n/a | Show file size in normal format |
| `-S` | n/a | Sort by size (largest first) |
| `-R` or `--revcursive` | n/a | Show files in sub-directories recursively (not implemented yet) |
| `-nc` or `--no-icons` | n/a | Don't show icons |
| `-ic` or `--icons-color` | Icon color in hex format or Auto for auto color | Use custom icons color (not implemented yet) |
| `-tc` or `--text-color` | Text color in hex format or Auto for auto color | Use custom text color (not implemented yet) |
| `--no-owner` | n/a | Don't show owner name in long format |
| `--no-colors` | n/a | Don't use colors |
| `-nd` or `--no-date` | n/a | Don't show last modified date |
| `-nn` or `--no-name` | n/a | Don't show file name |
| `-L` | n/a | Sort by last modified date (latest first) |



Expand Down

0 comments on commit 4226e89

Please sign in to comment.