X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/343bd48e61a8691fc4fdc15256d5d2522387ae23..7da2b37588408ab538e16f2d93ffb47a19e7a090:/apt-pkg/contrib/cmndline.cc diff --git a/apt-pkg/contrib/cmndline.cc b/apt-pkg/contrib/cmndline.cc index 4ff7716da..807383560 100644 --- a/apt-pkg/contrib/cmndline.cc +++ b/apt-pkg/contrib/cmndline.cc @@ -1,10 +1,13 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: cmndline.cc,v 1.12 2001/06/09 22:39:48 jgg Exp $ +// $Id: cmndline.cc,v 1.13 2002/09/14 05:29:22 jgg Exp $ /* ###################################################################### Command Line Class - Sophisticated command line parser + This source is placed in the Public Domain, do with it what you will + It was originally written by Jason Gunthorpe . + ##################################################################### */ /*}}}*/ // Include files /*{{{*/