Skip to content

Commit 9c31161

Browse files
committed
Release v4.5.1
1 parent bcec192 commit 9c31161

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

cmd/usage.go

+22-3
Original file line numberDiff line numberDiff line change
@@ -111,26 +111,45 @@ func UtilsUsage() string {
111111
h += " osmedeus health git\n"
112112
h += " osmedeus health cloud\n"
113113
h += " osmedeus version --json \n"
114+
h += "\n"
115+
116+
h += color.HiBlackString(" ## Set the base threads hold\n")
117+
h += " osmedeus config set --threads-hold=10\n"
118+
h += "\n"
114119

115120
h += color.HiBlackString(" ## Update utilities\n")
116121
h += " osmedeus update \n"
117122
h += " osmedeus update --vuln\n"
118123
h += " osmedeus update --force --clean \n"
124+
h += "\n"
119125

120126
h += color.HiBlackString(" ## Workflow utilities\n")
121127
h += " osmedeus workflow list \n"
122128
h += " osmedeus workflow view -f general\n"
129+
h += "\n"
123130

124-
h += color.HiBlackString(" ## Other utilities\n")
131+
h += color.HiBlackString(" ## Tmux utilities\n")
125132
h += " osmedeus utils tmux ls \n"
126133
h += " osmedeus utils tmux logs -A -l 10 \n"
134+
h += "\n"
135+
136+
h += color.HiBlackString(" ## Process utilities\n")
127137
h += " osmedeus utils ps \n"
138+
h += " osmedeus utils ps --proc 'jaeles' \n"
139+
h += "\n"
140+
141+
h += color.HiBlackString(" ## List all the sub proccess running by osmedeus\n")
128142
h += " osmedeus utils ps --osm \n"
143+
h += "\n"
144+
145+
h += color.HiBlackString(" ## Kill all the sub proccess running by osmedeus\n")
129146
h += " osmedeus utils ps --osm --kill \n"
130-
h += " osmedeus utils ps --proc 'jaeles' \n"
147+
h += "\n"
148+
149+
h += color.HiBlackString(" ## Other utilities\n")
131150
h += " osmedeus utils cron --cmd 'osmdeus scan -t example.com' --sch 60\n"
132151
h += " osmedeus utils cron --for --cmd 'osmedeus scan -t example.com'\n"
133-
h += " osmedeus config set --threads-hold=10\n"
152+
134153
return h
135154
}
136155

0 commit comments

Comments
 (0)