Skip to content

Commit 36046e3

Browse files
authored
Merge pull request #198 from fosslight/help2
docs(help): correct command name from fosslight_bin to fosslight_binary
2 parents ee7410b + 830eee3 commit 36046e3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

β€Žsrc/fosslight_binary/_help.pyβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
_HELP_MESSAGE_BINARY = f"""
99
πŸ“– Usage
1010
────────────────────────────────────────────────────────────────────
11-
fosslight_bin [options] <arguments>
11+
fosslight_binary [options] <arguments>
1212
1313
πŸ“ Description
1414
────────────────────────────────────────────────────────────────────
@@ -26,7 +26,7 @@
2626
(multiple formats can be specified, separated by space)
2727
-e <pattern> Exclude paths from analysis (files and directories)
2828
⚠️ IMPORTANT: Always wrap in quotes to avoid shell expansion
29-
Example: fosslight_bin -e "test/" "*.jar"
29+
Example: fosslight_binary -e "test/" "*.jar"
3030
-h Show this help message
3131
-v Show version information
3232
@@ -41,19 +41,19 @@
4141
πŸ’‘ Examples
4242
────────────────────────────────────────────────────────────────────
4343
# Scan current directory
44-
fosslight_bin
44+
fosslight_binary
4545
4646
# Scan specific path with exclusions
47-
fosslight_bin -p /path/to/binaries -e "test/" "*.so"
47+
fosslight_binary -p /path/to/binaries -e "test/" "*.so"
4848
4949
# Generate output in specific format
50-
fosslight_bin -f excel -o results/
50+
fosslight_binary -f excel -o results/
5151
5252
# Simple mode (extract binary list only)
53-
fosslight_bin -s -o binary_list.txt
53+
fosslight_binary -s -o binary_list.txt
5454
5555
# Connect to Binary DB for OSS information
56-
fosslight_bin -d "postgresql://user:pass@localhost:5432/exampledb"
56+
fosslight_binary -d "postgresql://user:pass@localhost:5432/exampledb"
5757
"""
5858

5959

0 commit comments

Comments
Β (0)