Changeset 772 in code for trunk/doc


Ignore:
Timestamp:
Feb 7, 2022, 8:33:16 PM (3 years ago)
Author:
contact
Message:

service: make name arg optional for network commands

Makes commands less verbose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r771 r772  
    237237                To clear all commands, set it to the empty string.
    238238
    239 *network update* <name> [options...]
     239*network update* [name] [options...]
    240240        Update an existing network. The options are the same as the
    241241        _network create_ command.
     
    244244        network.
    245245
    246 *network delete* <name>
     246        If _name_ is not specified, the current network is updated.
     247
     248*network delete* [name]
    247249        Disconnect and delete a network.
    248250
    249 *network quote* <name> <command>
     251        If _name_ is not specified, the current network is deleted.
     252
     253*network quote* [name] <command>
    250254        Send a raw IRC line as-is to a network.
     255
     256        If _name_ is not specified, the command is sent to the current network.
    251257
    252258*network status*
Note: See TracChangeset for help on using the changeset viewer.