comparison doc/user_guide.txt @ 6174:5522c950a2e4

Add indexing for roundup-admin references.
author John Rouillard <rouilj@ieee.org>
date Sat, 16 May 2020 13:40:12 -0400
parents c263187e82d1
children f9c059921ccc
comparison
equal deleted inserted replaced
6173:82f58ae89142 6174:5522c950a2e4
660 IMAPS_CRAM: 660 IMAPS_CRAM:
661 Connect to an IMAP server over ssl using CRAM-MD5 authentication. 661 Connect to an IMAP server over ssl using CRAM-MD5 authentication.
662 This supports the same notation as IMAP:: 662 This supports the same notation as IMAP::
663 663
664 imaps_cram username:password@server [mailbox] 664 imaps_cram username:password@server [mailbox]
665
666 .. index:: ! roundup-admin
667 single: roundup-admin; usage
668 single: roundup-admin; data formats
669 pair: roundup-admin; designator
665 670
666 Command Line Tool 671 Command Line Tool
667 ================= 672 =================
668 673
669 The basic usage is:: 674 The basic usage is::
778 783
779 cat init_tracker | roundup-admin -i tracker_dir 784 cat init_tracker | roundup-admin -i tracker_dir
780 785
781 (for more details see https://issues.roundup-tracker.org/issue2550789.) 786 (for more details see https://issues.roundup-tracker.org/issue2550789.)
782 787
788 .. index:: ! roundup-admin; usage in scripts
789
783 Using with the shell 790 Using with the shell
784 -------------------- 791 --------------------
785 792
786 With version 0.6.0 or newer of roundup (which introduced support for 793 With version 0.6.0 or newer of roundup (which introduced support for
787 multiple designators to display and the -d, -S and -s flags): 794 multiple designators to display and the -d, -S and -s flags):

Roundup Issue Tracker: http://roundup-tracker.org/