Skip to content

Commit 089bf02

Browse files
committed
Merge branch 'main' into remove
2 parents 69efedb + 36046e3 commit 089bf02

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 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
@@ -40,16 +40,16 @@
4040
πŸ’‘ Examples
4141
────────────────────────────────────────────────────────────────────
4242
# Scan current directory
43-
fosslight_bin
43+
fosslight_binary
4444
4545
# Scan specific path with exclusions
46-
fosslight_bin -p /path/to/binaries -e "test/" "*.so"
46+
fosslight_binary -p /path/to/binaries -e "test/" "*.so"
4747
4848
# Generate output in specific format
49-
fosslight_bin -f excel -o results/
49+
fosslight_binary -f excel -o results/
5050
5151
# Connect to Binary DB for OSS information
52-
fosslight_bin -d "postgresql://user:pass@localhost:5432/exampledb"
52+
fosslight_binary -d "postgresql://user:pass@localhost:5432/exampledb"
5353
"""
5454

5555

0 commit comments

Comments
Β (0)