diff --git a/lemonldap-ng-common/scripts/convertSessions b/lemonldap-ng-common/scripts/convertSessions index 9ba895895..b5991ee30 100755 --- a/lemonldap-ng-common/scripts/convertSessions +++ b/lemonldap-ng-common/scripts/convertSessions @@ -16,12 +16,12 @@ use strict; use Getopt::Long; use Pod::Usage; -our $VERSION = "2.0.6"; +our $VERSION = "2.0.12"; # Options # -d: debug mode # -c: configuration file -# -r: configuration file +# -r: rename attributes # -i: ignore errors my $debug;