Comment 1 for bug 1944764

Revision history for this message
Donald Mah (donaldmah) wrote :

I see the last command line example at the following URL also shows "username" and "user" are transposed:

   https://ubuntu.com/core/docs/networkmanager/configure-cellular-connections

The page currently shows:

$ nmcli c add type gsm ifname <interface> con-name <name> apn <operator_apn> username <user> password <password> pin <PIN>

The page should show:

$ nmcli c add type gsm ifname <interface> con-name <name> apn <operator_apn> user <username> password <password> pin <PIN>