~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to apps/snmpset.c

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2009-11-12 16:17:40 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20091112161740-t2xvix834vmtxa9f
Tags: upstream-5.4.2.1~dfsg
ImportĀ upstreamĀ versionĀ 5.4.2.1~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    fprintf(stderr,
82
82
            "  -C APPOPTS\t\tSet various application specific behaviours:\n");
83
83
    fprintf(stderr, "\t\t\t  q:  don't print results on success\n");
84
 
    fprintf(stderr, "\n  TYPE: one of i, u, t, a, o, s, x, d, b, n\n");
 
84
    fprintf(stderr, "\n  TYPE: one of i, u, t, a, o, s, x, d, b\n");
85
85
    fprintf(stderr,
86
86
            "\ti: INTEGER, u: unsigned INTEGER, t: TIMETICKS, a: IPADDRESS\n");
87
87
    fprintf(stderr,