File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ IMG := <p align="center"><img src=test/sshot/1.png width=580></p>
17
17
README.md : $(BIN )
18
18
$< -h | man2md | sed " s:### OPTIONS:$( IMG) \n\n### OPTIONS:" > $@
19
19
20
- push :
20
+ push : $( BIN ) ll README.md
21
21
git add .
22
22
git commit -m update
23
23
git push -f origin master
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ llast - list last modified files
7
7
### DESCRIPTION
8
8
List files and symlinks with the ISO 8601 timestamp in the order
9
9
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.
11
11
12
12
<p align =center ><img src =test/sshot/1.png width =580 ></p >
13
13
Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ USAGE
450
450
DESCRIPTION
451
451
List files and symlinks with the ISO 8601 timestamp in the order
452
452
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.
454
454
455
455
OPTIONS
456
456
-h This help.
You can’t perform that action at this time.
0 commit comments