Changeset fd472a7
- Timestamp:
- Sep 2, 2008, 11:01:44 AM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 96134cb
- Parents:
- f830d84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rf830d84 rfd472a7 193 193 OWLCMD_ARGS("subscribe", owl_command_subscribe, OWL_CTX_ANY, 194 194 "subscribe to a zephyr class, instance, recipient", 195 "subscribe [-t] <class> [instance ] [recipient]",195 "subscribe [-t] <class> [instance [recipient]]", 196 196 "Subscribe the specified class and instance. If the\n" 197 "instance or recipient is not listed on the command\n"198 "line they default to * (the wildcard recipient).\n"199 "If the -t option is present the unsubscription will\n"200 "only be temporary, i.e., it will not be written to\n"201 "the subscription file and will therefore not be\n"202 "present the next time owl is started.\n"),203 OWLCMD_ALIAS("sub", "subscribe"),204 205 OWLCMD_ARGS("unsubscribe", owl_command_unsubscribe, OWL_CTX_ANY,206 "unsubscribe from a zephyr class, instance, recipient",207 "unsubscribe [-t] <class> [instance] [recipient]",208 "Unsubscribe from the specified class and instance. If the\n"209 197 "instance or recipient is not listed on the command\n" 210 198 "line they default to * (the wildcard recipient).\n" … … 213 201 "the subscription file and will therefore not be\n" 214 202 "present the next time owl is started.\n"), 203 OWLCMD_ALIAS("sub", "subscribe"), 204 205 OWLCMD_ARGS("unsubscribe", owl_command_unsubscribe, OWL_CTX_ANY, 206 "unsubscribe from a zephyr class, instance, recipient", 207 "unsubscribe [-t] <class> [instance [recipient]]", 208 "Unsubscribe from the specified class and instance. If the\n" 209 "instance or recipient is not listed on the command\n" 210 "line they default to * (the wildcard recipient).\n" 211 "If the -t option is present the unsubscription will\n" 212 "only be temporary, i.e., it will not be updated in\n" 213 "the subscription file and will therefore not be\n" 214 "in effect the next time owl is started.\n"), 215 215 OWLCMD_ALIAS("unsub", "unsubscribe"), 216 216
Note: See TracChangeset
for help on using the changeset viewer.