Skip to content

Commit 2010943

Browse files
author
Ciro S. Costa
authored
Removes unused command; Updates cut help (#10)
1. `max-delay` was never really implemented - quantize does the job; and 2. `cut` help was misleading - it showed `--from` and `--to` as flags in the examples while in reality they are `start` and `end`.
1 parent 63367ec commit 2010943

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

commands/cut.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ EXAMPLES:
2424
2525
cat 1234.cast | \
2626
asciinema-edit cut \
27-
--from=12.2 --to=15.3
27+
--start=12.2 --end=15.3
2828
2929
Remove the exact frame at timestamp 12.2 from the cast file named
3030
1234.cast.
3131
3232
asciinema-edit cut \
33-
--from=12.2 --to=12.2 \
33+
--start=12.2 --end=12.2 \
3434
1234.cast`,
3535
ArgsUsage: "[filename]",
3636
Action: cutAction,

commands/max-delay.go

-15
This file was deleted.

0 commit comments

Comments
 (0)