File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ EXAMPLES:
33
33
Make only a certain part of the video twice as fast:
34
34
35
35
asciinema-edit speed \
36
- --factor 2 \
37
- --start 12.231 \
38
- --factor 45.333 \
39
- ./123.cast` ,
36
+ --factor 2 \
37
+ --start 12.231 \
38
+ --factor 45.333 \
39
+ ./123.cast` ,
40
40
ArgsUsage : "[filename]" ,
41
41
Action : speedAction ,
42
42
Flags : []cli.Flag {
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ func main() {
17
17
18
18
app .Version = version + " - " + commit
19
19
app .Usage = "edit recorded asciinema casts"
20
+ app .Authors = []cli.Author {
21
+ cli.Author {
22
+ Name : "Ciro da Silva da Costa" ,
23
+ Email : "ciro.costa@liferay.com" ,
24
+ },
25
+ }
20
26
app .Description = `asciinema-edit provides missing features from the "asciinema" tool
21
27
when it comes to editing a cast that has already been recorded.`
22
28
app .Commands = []cli.Command {
You can’t perform that action at this time.
0 commit comments