Skip to content

Commit 5f2c194

Browse files
committed
update
1 parent 4b52d21 commit 5f2c194

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IMG := <p align="center"><img src=test/sshot/1.png width=580></p>
1717
README.md: $(BIN)
1818
$< -h | man2md | sed "s:### OPTIONS:$(IMG)\n\n### OPTIONS:" > $@
1919

20-
push:
20+
push: $(BIN) ll README.md
2121
git add .
2222
git commit -m update
2323
git push -f origin master

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ llast - list last modified files
77
### DESCRIPTION
88
List files and symlinks with the ISO 8601 timestamp in the order
99
of the last modification (last=first). It is ls-wrapper preserving
10-
the coloring of filenames.
10+
the coloring of filenames. For Linux and Mac.
1111

1212
<p align=center><img src=test/sshot/1.png width=580></p>
1313

llast

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ USAGE
450450
DESCRIPTION
451451
List files and symlinks with the ISO 8601 timestamp in the order
452452
of the last modification (last=first). It is ls-wrapper preserving
453-
the coloring of filenames.
453+
the coloring of filenames. For Linux and Mac.
454454
455455
OPTIONS
456456
-h This help.

0 commit comments

Comments
 (0)