Skip to content

Commit ed41ddb

Browse files
committed
Updated man page. closes #40
1 parent a433c67 commit ed41ddb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

man/goprox.1

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
goprox - import and process GoPro media files
44

55
.SH SYNOPSIS
6-
goprox [commands] [options]...
6+
goprox [commands] [options] [advanced options] ...
77

88
.SH DESCRIPTION
99
The goprox utility enables the import and processing of media files from GoPro Hero 8, 9, 10, 11, as well as GoPro MAX cameras. It also supports GoPro Labs firmware. The program has a number of options that allow you to specify how the media files should be imported, processed, and organized.
@@ -25,6 +25,7 @@ The goprox utility enables the import and processing of media files from GoPro H
2525
--clean
2626
clean up source sdcard
2727
checks if source is a GoPro sdcard format
28+
will only execute when combine with either archive or import
2829

2930
--firmware
3031
update sdcard to lastest GoPro firmware version
@@ -43,10 +44,7 @@ The goprox utility enables the import and processing of media files from GoPro H
4344
.SH OPTIONS
4445

4546
-h, --help
46-
show this help message and exit
47-
48-
--version
49-
show version information and exit
47+
show help message and exit
5048

5149
-c, --copyright
5250
add copyright information to processed files
@@ -66,6 +64,9 @@ The goprox utility enables the import and processing of media files from GoPro H
6664
-v, --verbose
6765
run program verbosely
6866

67+
--version
68+
show version information and exit
69+
6970
--config
7071
specify config file
7172

@@ -124,7 +125,7 @@ goprox --import
124125
Import media files from source (defaults to current directory ".")
125126

126127
goprox --archive
127-
Archive the contents of source and create a gzipped tarbar
128+
Archive the contents of source and create a gzipped tarball
128129

129130
goprox --archive --import --clean --time
130131
Archive the contents of source, import the media files, then clean source and

0 commit comments

Comments
 (0)