Skip to content

Commit

Permalink
General: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 3, 2019
1 parent 0baefa2 commit 57d1c46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cargo install --path .
| du | | | X |
| echo | | | X |
| env | | | X |
| expand | X | | |
| expand | | | X |
| expr | X | | |
| false | | | X |
| groups | | | X |
Expand Down Expand Up @@ -149,6 +149,7 @@ Without they this project would not be in the shape it is today
* [Tom Parker-Shemilt](https://github.com/palfrey)
* [Torbjörn Lönnemark](https://github.com/tobbez)
* [Vaibhav Yenamandra](https://github.com/vaibhav-y)
* [Victor Tuekam](https://github.com/muskuloes)


<!-- [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FGrayJack%2Fcoreutils.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FGrayJack%2Fcoreutils?ref=badge_large) -->
6 changes: 3 additions & 3 deletions expand/src/expand.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: expand
version: "0.0.0"
author: "muskuloes <19honor@gmail.com> Bojan Durdevic <bojan88@gmail.com>"
author: "Victor Tuekam <19honor@gmail.com>, Bojan Durdevic <bojan88@gmail.com>"
about: |
Convert tabs in each FILE to spaces, writing to standard output.
With no FILE, or when FILE is -, read standard input.
args:
- initial:
help: Do not convert tabs after non blanks
help: Do not convert tabs after non blanks.
short: i
long: initial
- tabs:
help: Have tabs N characters apart instead of 8
help: Have tabs N characters apart instead of 8.
short: t
long: tabs
value_names: N or LIST
Expand Down

0 comments on commit 57d1c46

Please sign in to comment.